3.204 \(\int \cot ^p(a+b \log (x)) \, dx\)

Optimal. Leaf size=142 \[ x \left (1-e^{2 i a} x^{2 i b}\right )^p \left (1+e^{2 i a} x^{2 i b}\right )^{-p} \left (-\frac {i \left (1+e^{2 i a} x^{2 i b}\right )}{1-e^{2 i a} x^{2 i b}}\right )^p F_1\left (-\frac {i}{2 b};p,-p;1-\frac {i}{2 b};e^{2 i a} x^{2 i b},-e^{2 i a} x^{2 i b}\right ) \]

[Out]

x*(1-exp(2*I*a)*x^(2*I*b))^p*(-I*(1+exp(2*I*a)*x^(2*I*b))/(1-exp(2*I*a)*x^(2*I*b)))^p*AppellF1(-1/2*I/b,p,-p,1
-1/2*I/b,exp(2*I*a)*x^(2*I*b),-exp(2*I*a)*x^(2*I*b))/((1+exp(2*I*a)*x^(2*I*b))^p)

________________________________________________________________________________________

Rubi [F]  time = 0.02, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \cot ^p(a+b \log (x)) \, dx \]

Verification is Not applicable to the result.

[In]

Int[Cot[a + b*Log[x]]^p,x]

[Out]

Defer[Int][Cot[a + b*Log[x]]^p, x]

Rubi steps

\begin {align*} \int \cot ^p(a+b \log (x)) \, dx &=\int \cot ^p(a+b \log (x)) \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [B]  time = 0.61, size = 330, normalized size = 2.32 \[ \frac {(2 b-i) x \left (\frac {i \left (1+e^{2 i a} x^{2 i b}\right )}{-1+e^{2 i a} x^{2 i b}}\right )^p F_1\left (-\frac {i}{2 b};p,-p;1-\frac {i}{2 b};e^{2 i a} x^{2 i b},-e^{2 i a} x^{2 i b}\right )}{2 e^{2 i a} b p x^{2 i b} F_1\left (1-\frac {i}{2 b};p,1-p;2-\frac {i}{2 b};e^{2 i a} x^{2 i b},-e^{2 i a} x^{2 i b}\right )+2 e^{2 i a} b p x^{2 i b} F_1\left (1-\frac {i}{2 b};p+1,-p;2-\frac {i}{2 b};e^{2 i a} x^{2 i b},-e^{2 i a} x^{2 i b}\right )+(2 b-i) F_1\left (-\frac {i}{2 b};p,-p;1-\frac {i}{2 b};e^{2 i a} x^{2 i b},-e^{2 i a} x^{2 i b}\right )} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[Cot[a + b*Log[x]]^p,x]

[Out]

((-I + 2*b)*x*((I*(1 + E^((2*I)*a)*x^((2*I)*b)))/(-1 + E^((2*I)*a)*x^((2*I)*b)))^p*AppellF1[(-1/2*I)/b, p, -p,
 1 - (I/2)/b, E^((2*I)*a)*x^((2*I)*b), -(E^((2*I)*a)*x^((2*I)*b))])/(2*b*E^((2*I)*a)*p*x^((2*I)*b)*AppellF1[1
- (I/2)/b, p, 1 - p, 2 - (I/2)/b, E^((2*I)*a)*x^((2*I)*b), -(E^((2*I)*a)*x^((2*I)*b))] + 2*b*E^((2*I)*a)*p*x^(
(2*I)*b)*AppellF1[1 - (I/2)/b, 1 + p, -p, 2 - (I/2)/b, E^((2*I)*a)*x^((2*I)*b), -(E^((2*I)*a)*x^((2*I)*b))] +
(-I + 2*b)*AppellF1[(-1/2*I)/b, p, -p, 1 - (I/2)/b, E^((2*I)*a)*x^((2*I)*b), -(E^((2*I)*a)*x^((2*I)*b))])

________________________________________________________________________________________

fricas [F]  time = 0.80, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\cot \left (b \log \relax (x) + a\right )^{p}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(a+b*log(x))^p,x, algorithm="fricas")

[Out]

integral(cot(b*log(x) + a)^p, x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \cot \left (b \log \relax (x) + a\right )^{p}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(a+b*log(x))^p,x, algorithm="giac")

[Out]

integrate(cot(b*log(x) + a)^p, x)

________________________________________________________________________________________

maple [F]  time = 0.35, size = 0, normalized size = 0.00 \[ \int \cot ^{p}\left (a +b \ln \relax (x )\right )\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(a+b*ln(x))^p,x)

[Out]

int(cot(a+b*ln(x))^p,x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \cot \left (b \log \relax (x) + a\right )^{p}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(a+b*log(x))^p,x, algorithm="maxima")

[Out]

integrate(cot(b*log(x) + a)^p, x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int {\mathrm {cot}\left (a+b\,\ln \relax (x)\right )}^p \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(a + b*log(x))^p,x)

[Out]

int(cot(a + b*log(x))^p, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \cot ^{p}{\left (a + b \log {\relax (x )} \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(a+b*ln(x))**p,x)

[Out]

Integral(cot(a + b*log(x))**p, x)

________________________________________________________________________________________